From 7e7ba7c6b55dbcabad5b1291c029701def051ed3 Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Thu, 15 Dec 2005 16:17:04 -0600 Subject: [PATCH] Turn off ia64_pal_cache_flush for domU (temp, until failure understood) --- xen/arch/ia64/xen/domain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/ia64/xen/domain.c b/xen/arch/ia64/xen/domain.c index a4636eb20d..97e26161f1 100644 --- a/xen/arch/ia64/xen/domain.c +++ b/xen/arch/ia64/xen/domain.c @@ -273,6 +273,7 @@ int arch_set_info_guest(struct vcpu *v, struct vcpu_guest_context *c) if ( test_bit(_VCPUF_initialised, &v->vcpu_flags) ) return 0; +#ifdef CONFIG_IA64_SPLIT_CACHE /* Sync d/i cache conservatively */ if (!running_on_sim) { ret = ia64_pal_cache_flush(4, 0, &progress, NULL); @@ -280,6 +281,7 @@ int arch_set_info_guest(struct vcpu *v, struct vcpu_guest_context *c) panic("PAL CACHE FLUSH failed for domain.\n"); printk("Sync i/d cache for dom0 image SUCC\n"); } +#endif if (c->flags & VGCF_VMX_GUEST) { if (!vmx_enabled) { -- 2.30.2